Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

Previous Next

Re: Deleting Calendar Profile

Deleting the Calendar Profile is quite easy using Lotus Script. All You have to do is open up a new message, go to the mail body,and select create\hotspot\button, select Lotus Script as Source, and paste the following code between the Sub Tags, and finally click the button.;

Dim session As notessession
Dim db As notesdatabase
Dim cprof As notesdocument

Set session = New notessession
Set db = session.currentdatabase
Set cprof = db.GetProfileDocument("CalendarProfile")
If cprof.IsValid Then
If cprof.Remove(True)=True Then
Msgbox "Calendar Profile has been deleted"
Else
Msgbox "Error deleting Calprof doc"
End If
Else
Msgbox "Calprof not found"
End If

Note however, that You might not want to delete the entire calendar Profile, as it holds very important settings for the current user.

Our company developed a tool called ScanEZ, that - as opposed to Notes - would let You actually display and even modify all the profile documents (individually or even more at the same time) within Your databases.
You can download a free(lite) version of ScanEZ (This one is going to let You display the profile documents, so You can see for Yourself)using this link;

http://www.ytria.com/WebSite.nsf/Er_Download?ReadForm&Lang=en

Also You can find some in-depth information about working with Profile Documents on our Techlab site;

http://techlab.ytria.com/1623/lotus-notes-secrets/lotus-notes-profile-document-manager/

Kind Regards,

Ben Menesi


Feedback response number WEBB8HTTJA created by ~Denise Asajipyverynds on 06/14/2011

no "available time" visual (~Delores Asatum... 30.May.11)
. . availability (~George Pregero... 31.May.11)
. . . . corrupt (~Phil Nonhipige... 31.May.11)
. . . . . . more info requested (~Delores Asatum... 7.Jun.11)
. . . . . . . . Re: Deleting Calendar Profile (~Denise Asajipy... 14.Jun.11)
. . . . . . . . . . question (~Delores Asatum... 5.Jul.11)
. . . . . . . . . . . . No.. (~Denise Asajipy... 6.Jul.11)
. . . . . . . . . . . . . . new development (~Delores Asatum... 18.Aug.11)




Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS